/* Cached at 10/16/19 14:36:25 */
/* idxMobileFirstBase - 1.000 */
/* mobileFirst select2 */
.IDX-wrapper-standard .select2-container {
    width: 100%;
    min-height: 40px;
}
.IDX-wrapper-standard .select2-container .select2-choice {
    min-height: 35px;
    color: #000;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-choice, .IDX-wrapper-standard .select2-container a.select2-default {
    min-height: 38px;
}
.IDX-wrapper-standard .select2-container .select2-choice.select2-default .select2-chosen {
    color: #a9a9a9;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-chosen {
    margin-top: 4px;
}
.IDX-wrapper-standard .select2-container .select2-choice abbr {
    top: 13px;
}
.IDX-wrapper-standard .select2-container .select2-choice, .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    border: 1px solid #aaa;
    border-color: #ccc;
    border-radius: 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow {
    width: 22px;
    border: 0;
    background: #fff;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    margin-top: -25%;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    background: 0 0;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b > span {
    margin: 4px 0 0 6px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices {
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-field {
    width: 100%;
    height: 38px;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices input {
    width: 100%!important;
    margin: 0;
    border: 0;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices .select2-search-choice {
    line-height: 18px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    border: none;
    background: #3d6e99;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container .select2-dropdown-open .select2-choice .select2-arrow b {
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 8px solid transparent;
    background: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .IDX-wrapper-standard .select2-container .select2-choice .select2-arrow b {
        width: 0;
        height: 0;
        background: 0 0;
    }
}
.IDX-wrapper-standard .select2-container .select2-drop {
    border-radius: 0!important;
}
.IDX-wrapper-standard .select2-container .select2-drop: not(.select2-drop-above) {
    margin-top: -3px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results {
    max-height: 300px;
}
.IDX-wrapper-standard .select2-container .select2-drop .select2-results li {
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.IDX-wrapper-standard .select2-container .select2-search {
    margin: 4px 0;
}
.IDX-wrapper-standard .select2-container .select2-search input, .IDX-wrapper-standard .select2-container .select2-search input:focus {
    border: none;
    background: #fff;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container.select2-container-active .select2-choice {
    border-color: #91acce;
}
.IDX-wrapper-standard .select2-container.select2-dropdown-open .select2-choice {
    border-bottom-color: #ccc;
}
.IDX-wrapper-standard .select2-container .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close {
    font-size: 150%;
    top: 0;
    display: inline-block;
    float: right;
    width: 25px;
    height: 100%;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    background: 0 0;
    background-image: none!important;
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:before {
    content: '×';
}
.IDX-wrapper-standard .select2-container a.select2-search-choice-close:hover {
    text-decoration: none;
}
.IDX-wrapper-standard .select2-search-field {
    width: 100%;
}
.IDX-wrapper-standard .select2-chosen, .IDX-wrapper-standard .select2-input.select2-default {
    width: 100%!important;
    height: 39px;
}
.IDX-wrapper-standard .select2-search-choice-close {
    background: 0 0;
}
/* lead bar */

#IDX-leadToolsBar {
    height: 60px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #8bc650;
}
#IDX-leadToolsBar a {
    text-decoration: underline;
    color: #fff;
}
#IDX-leadLogOutLink, #IDX-leadInfo {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
#IDX-leadAccountLink {
    float: none;
    margin-top: 10px;
}
@media only screen and (min-width: 641px) {
    /* select 2/
    .IDX-wrapper-standard .IDX-wrapper-standard .select2-container {
        width: 100%;
    }
    /* lead bar */
    #IDX-leadToolsBar {
        line-height: 30px;
        height: 30px;
        padding-top: 0;
        text-align: inherit;
        vertical-align: middle;
    }
    #IDX-leadInfo {
        margin-left: 10px;
    }
    #IDX-leadLogOutLink {
        display: inline-block;
        float: left;
        margin-left: 5px;
    }
    #IDX-leadAccountLink {
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-right: 10px;
    }
}
.IDX-clear {
    clear: both;
}
/* Social Media Login Styles for Standard pages */
#IDX-social-media-logins { margin: 20px 0; width: 300px; }
#IDX-login-instructions { width: 300px; text-align: center; }
.IDX-social-form { display: inline-block; margin-right: 12px; }
.IDX-social-form button { height: 50px; width: 50px; border: none; background-repeat: no-repeat; border-radius: 50px; cursor: pointer; }
.IDX-social-form button span { display:none; }
#IDX-social-google button { background: url(//https://d1qfrurkpai25r.cloudfront.net/images/social/google.png?auid=Xacq6X8AAAEAAHZjrw8AAAAH); background-color: #db4437; }
#IDX-social-facebook button { background: url(//https://d1qfrurkpai25r.cloudfront.net/images/social/facebook.png?auid=Xacq6X8AAAEAAHZjrw8AAAAH); background-color:#3b5998; }

/* Mobile Specifics */
.IDX-wrapper-mobile .IDX-navbar-header { 
    display: none;
}


/* forms - 1.000 */
.IDX-selectableList { background: #EEEEEE; border: 5px solid #EEEEEE; height: 100px; line-height: 6px; overflow: auto; width: 200px; text-align:left; position:relative;}
.IDX-selectableListLabel { font-size: 12px; font-weight: normal; line-height: 12px; margin: 0; display:block; margin-bottom:2px;} 
.IDX-selectableListLabel .IDX-selectableListCheckbox { line-height: 12px; margin: 0 3px 0 0; vertical-align: bottom; display:inline; }

.IDX-control-group, #IDX-registration .IDX-control-group { display: inline-block; margin: 0 10px 10px 0; }

/* registrationComp - 1.000 */
    .IDX-errorIcon {
        width: 15px;
        height: 15px;
        float: left;
        background-image: url(//https://d1qfrurkpai25r.cloudfront.net/images/smallIconSprite.png?auid=Xacq6X8AAAEAAHZjrw8AAAAH);
        background-position: -105px 119px;
        cursor: move;
        margin-right: 5px;
    }

    .IDX-wrapper-standard .IDX-form-control.IDX-errorField,
    .IDX-errorField {
        border: 2px solid #FF0000;
    }

    .IDX-errorMessage {
        color: #FF0000;
    }
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] * {
        box-sizing: border-box;
    }

    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] #IDX-registrationSignup .IDX-customRegistrationFields {
        display: inline-block;
        height: auto;
    }

    #IDX-registration .IDX-control-group {
        width: 100%
    }

    #IDX-registration .IDX-btn {
      display: inline-block;
      margin-bottom: 0;
      font-weight: normal;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
    }


    #IDX-registration .IDX-btn:hover {
        background: #8B8B8B;
    }

    #IDX-registration .IDX-btn{
        width: 100%;
        margin-top: 10px;
    }

    #IDX-registration .IDX-controls input[type="text"],
    #IDX-registration .IDX-controls input[type="email"],
    #IDX-registration .IDX-controls input[type="password"] {
        box-sizing: border-box;
        width: 100%
    }

    #IDX-registration .IDX-controls .IDX-radio-inline {
        display: inline-block;
    }

    #IDX-registration .IDX-controls .IDX-yesOrNo-radio {
        vertical-align: top;
    }

    #IDX-registration .IDX-btn-primary {
        color: #fff;
        background-color: #428bca;
    }

    #IDX-registration .IDX-btn-primary:hover {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    #IDX-FormActions {
        display: inline-block;
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    #IDX-leadLoginForgotPass a {
        text-decoration: underline;
    }

    #IDX-toggleLogIn, #IDX-toggleSignUp {
        text-decoration: underline;
    }

    #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {
    }


    .IDX-signupLoginToggleWrap {
        width: 100%;
    }

    .IDX-signupLoginToggleWrap a {
        text-decoration: none;
    }

    #IDX-loginSignupToggle {
        clear: both;
    }

    @media screen and (min-width: 600px) {

        .ui-dialog[aria-labelledby="ui-dialog-title-IDX-registration"] {
            min-width: 600px;
        }

       #IDX-registration .IDX-control-group {
            width: 30%;
            vertical-align: top;
        }

        #IDX-toggleLogIn, #IDX-toggleSignUp {
            text-decoration: underline;
            float: right;
        }
        #IDX-toggleLogIn:hover, #IDX-toggleSignUp:hover {

        }
        .IDX-signupLoginToggleWrap p{
            display: inline-block;
            width: 100%;
            padding-right: 10px;
            text-align: right;
            float: left;
            margin: 0;
        }

    }


/* contactAccountInfo - 1.000 */
/* IDX Account Contact Information */
#IDX-contactAddress { }
#IDX-contactCityStateZip { }
	#IDX-contactCity { }
	#IDX-contactState { }
	#IDX-contactZip { }
#IDX-contactPhone { }
#IDX-contactFax {}

/* greatSchools - 1.000 */
div#gsWidget {
    width: 100%;
    position: relative;
}

div#gsWidget iframe {
    position: static;
    vertical-align: top;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    border: none;
    overflow: hidden;
    opacity: 0.999;
}

div#GS_schoolSearchWidget {
    background-color: #fff;
    width: 100%;
    position: relative;
    font-family: Arial, Arial, sans-serif;
}
div.GS_widget_innerBorder {
    border: 1px solid #ffcc66;
}
div.GS_seo {
    float: right;
    text-align: right;
    width: 120px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 17px;
}
div#GS_schoolSearchWidget a,
div#GS_schoolSearchWidget a:hover {
    text-decoration: underline;
}
div#GS_schoolSearchWidget div.GS_seo a,
div#GS_schoolSearchWidget div.GS_seo a:hover {
    color: #666;
    font-size: 10px;
}
div.GS_getWidget {
    position: absolute;
    bottom: -17px;
    right: 8px;
}
div#GS_schoolSearchWidget div.GS_getWidget a,
div#GS_schoolSearchWidget div.GS_getWidget a:hover {
    color: #0066B8; font-size: 11px;
}

/* mobileFirstContactComp - 1.000 */
body {
    margin: 0;
}

#IDX-main {
    padding: 0 15px;
    margin: 0 auto;
}

#IDX-main,
#IDX-main * {
    box-sizing: border-box;
}

#IDX-submitBtn {
    background-color: #e6e6e6;
}

img.IDX-contactAgentPic {
    display: block;
    max-width: 250px;
    height: auto;
}

@media only screen and (max-width: 640px) {
    img.IDX-contactAgentPic {
        margin: 0 auto;
    }

    #IDX-contactInformation {
        border-top: 1px solid #ccc;
    }

    #IDX-submitBtn,
    #IDX-resetBtn {
        display: block;
        width: 100%;
    }

    #IDX-resetBtn {
        margin-bottom: 15px;
    }
}

#IDX-message {
    max-width: 100%;
}

#IDX-hvFeatures-group textarea.IDX-form-control,
#IDX-hvMessage-group textarea.IDX-form-control {
    width: 100%;
}

#IDX-hvSize-group {
    position: inherit;
}

.IDX-errorMessage,
.IDX-successMessage {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

p.IDX-errorMessage {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

p.IDX-successMessage {    
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #e6e9c6;
}

.IDX-homevalueLine {
    display: none;
}


/* detailsTools - 1.002 */
#IDX-detailsLinks-list {list-style:none; margin:10px 0; padding:15px 10px; background:#CCC; border-bottom:1px solid #999; border-top:1px solid #999;}
#IDX-detailsLinks-list li {display:inline-block; width:24%; margin:0; padding:0;}
.IDX-detailsAddressUnitNumber:before {content:"#";}
.IDX-detailsAddressStateAbrv {display:none;}
.IDX-openHouseHostedBy, .IDX-ohHostedBy {margin-top:5px;}
.IDX-openHouseHostedBy:before, .IDX-ohHostedBy:before {content:"Hosted By: ";}

/* mobileFirstDetails - 1.005 */
/*
 * Accounts ship with #IDX-main width: 100% as a client css override.
 * We need to force box-sizing: border-box on that container and all elements
 * located inside of it.
 */
#IDX-main,
#IDX-main * {
    box-sizing: border-box;
}
.IDX-wrapper-standard #IDX-detailsTopNav,
.IDX-wrapper-standard #IDX-nextLastButtons {
    margin-bottom: 10px;
}
.IDX-wrapper-standard #IDX-nextLastPosition {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.IDX-wrapper-standard #IDX-nextLastButtons a {
    float: left;
    width: 50%;
}
.IDX-wrapper-standard .IDX-topAction a,
.IDX-wrapper-standard .IDX-detailsHotAction a {
    width: 100%;
}

.IDX-wrapper-standard #IDX-saveProperty,
.IDX-wrapper-standard #IDX-newSearch,
.IDX-wrapper-standard #IDX-modifySearch{
    background-color: #e6e6e6;
    color: #555;
}

.IDX-wrapper-standard #IDX-saveProperty:hover,
.IDX-wrapper-standard #IDX-newSearch:hover,
.IDX-wrapper-standard #IDX-modifySearch:hover,
.IDX-wrapper-standard #IDX-saveProperty:focus,
.IDX-wrapper-standard #IDX-newSearch:focus,
.IDX-wrapper-standard #IDX-modifySearch:focus {
    background-color: #d6d6d6;
}

.IDX-wrapper-standard #IDX-detailsHotActions {
    display: inline-block;
    width: 100%;
}
.IDX-wrapper-standard #IDX-detailsHotAction {
    margin-bottom: 5px;
}
.IDX-wrapper-standard .IDX-detailsshowcaseSlides {
    display: inline-block;
    margin-bottom: 10px;
    height: auto;
}
.IDX-wrapper-standard .IDX-showcaseSlide {
    width: 60px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.IDX-wrapper-standard .IDX-detailsShowcaseImage {
    max-height: 40px;
}
.IDX-wrapper-standard #IDX-primaryPhoto {
    text-align: center;
    position: relative;
}
.IDX-wrapper-standard #IDX-detailsPrimaryImg {
    width: auto;
    max-width: 100%;
    max-height: 400px;
}
.IDX-wrapper-standard .IDX-arrow {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0.65);
    border: 1px solid #ddd;
    color: #fff;
    cursor: pointer;
}
.IDX-wrapper-standard .IDX-arrow:hover {
    color: #fff;
}
.IDX-wrapper-standard #IDX-arrow-previous {
    left: 0;
    display: none;
}
.IDX-wrapper-standard #IDX-arrow-next {
    right: 0;
    display: none;
}
.IDX-wrapper-standard #IDX-primaryPhoto a.IDX-thumbnail {
    cursor: default;
}
.IDX-wrapper-standard .IDX-showcaseSlideAction.IDX-thumbnail {
    margin-bottom: 0;
}
.IDX-wrapper-standard #IDX-detailsGalleryAction {
    margin-bottom: 10px;
}
.IDX-wrapper-standard #IDX-photoGalleryLink {
    width: 100%;
}
.IDX-wrapper-standard .IDX-showcaseSlide-active {
    border: 1px solid #0034FF;
}
.IDX-wrapper-standard #IDX-detailsAddress {
    display: inline-block;
    margin: 10px 0;
}
.IDX-wrapper-standard #IDX-detailsAddress div {
    display: inline-block;
}
.IDX-wrapper-standard .IDX-label:after {
    content: ":";
    padding-right: 5px;
}
.IDX-wrapper-standard .IDX-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.IDX-wrapper-standard .IDX-text {
    display: inline-block;
}
.IDX-wrapper-standard .IDX-panel-collapse-toggle {
    display: inline-block;
    width: 100%;
}
.IDX-wrapper-standard .IDX-panel-collapse-toggle span {
    float: right;
    width: 20px;
    height: 15px;
    background: url("../../../images/frontEnd_sprite_16.png") -45px -20px no-repeat;
}
.IDX-wrapper-standard .IDX-panel-collapse-toggle.IDX-collapsed span {
    background: url("../../../images/frontEnd_sprite_16.png") -45px -20px no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.IDX-wrapper-standard .IDX-panel-heading {
    line-height: 100%;
}
.IDX-wrapper-standard .IDX-panel-body .IDX-field {
    border-bottom: 1px solid #dfdfdf;
}
.IDX-wrapper-standard .IDX-panel-body .IDX-label {
    font-weight: bold;
}
.IDX-wrapper-standard #IDX-detailsBankRateTool {
    font-size: 12pt;
    font-style: italic;
    margin-bottom: 10px;
}
.IDX-wrapper-standard .IDX-field-price .IDX-text,
.IDX-wrapper-standard .IDX-field-listingPrice .IDX-text {
    font-size: 1.4em;
}
.IDX-wrapper-standard #IDX-detailsMap {
    width: 100%;
    min-height: 300px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.IDX-wrapper-standard #IDX-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
    position: relative;
}
.IDX-wrapper-standard #IDX-BankRateTool-Dialog {
    display: none;
}
.IDX-wrapper-standard [aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    max-width: 600px;
}
.IDX-wrapper-standard #IDX-loadingScreen {
    display: none;
    text-align: center;
}
.IDX-wrapper-standard #IDX-loadingScreen img {
    display: block;
    margin: 0 auto;
}
.IDX-wrapper-standard .IDX-row-content {
    width: 100%;
    display: inline-block;
}
.IDX-wrapper-standard .IDX-center {
    margin: 0 auto;
    text-align: center;
}
.IDX-wrapper-standard .IDX-hide,
.IDX-wrapper-standard .IDX-hidden,
.IDX-wrapper-standard .IDX-emptyFieldContainer {
    display: none;
}
.IDX-wrapper-standard .IDX-center:after {
    clear: both;
    text-align: inherit;
}
.IDX-wrapper-standard .IDX-psudolink {
    text-decoration: none;
}
.IDX-wrapper-standard .IDX-hopoZoning {
    display: none !important;
    visibility: hidden !important;
}
.IDX-wrapper-standard #IDX-firstTime-group,
.IDX-wrapper-standard #IDX-secondTime-group {
    vertical-align: bottom;
}

@media only screen and (min-width: 641px) {
    .IDX-wrapper-standard .IDX-topAction {
        display: inline-block;
        margin-right: 4%;
        margin-bottom: 10px;
        min-width: 20%;
        float: left;
    }
    .IDX-wrapper-standard .IDX-detailsHotAction {
        display: inline-block;
        float: left;
    }
    .IDX-wrapper-standard .IDX-detailsHotAction a {
        text-decoration: underline;
        border: 0px;
        padding-left: 0;
    }
    .IDX-wrapper-standard .IDX-fieldContainerList {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
    .IDX-wrapper-standard .IDX-fieldContainerListRight {
        left: 45%;
        margin-left: 4%;
    }
    .IDX-wrapper-standard #IDX-arrow-previous,
    .IDX-wrapper-standard #IDX-arrow-next {
        display: inline-block;
    }
}

    @media only screen and (min-width: 640px) {
        #IDX-main #IDX-map {
            width: 100%;
            min-width: 300px;
            height: 460px;
            min-height: 300px;
            margin: 0 auto;
            clear: both;
        }
    }

/* BankRate Dialog UI */
#IDX-mortgageDefaultQueryParameters {
    display: none;
}
#IDX-BankRateTool-Dialog {
    display: none;
    overflow: visible;
    font-size: 12pt;
}
#IDX-BankRateDataloading img {
    display: block;
    margin: 0 auto;
}
#IDX-mortgageRatesContent {
    display: none;
}
.IDX-mortgageRatesRow {
    margin: 5px auto;
    text-align: center;
}
.IDX-mortgageRatesRow > #IDX-searchBankRate {
    border: 0px;
}
.IDX-textRight {
    text-align: right;
}
.IDX-textLeft {
    text-align: left;
}
.IDX-noMargin {
    margin: 0;
}
.IDX-mortgageRatesRow > .IDX-priceField {
    padding-left: 5px;
}
.IDX-mortgageLabel:after {
    content: ": ";
}
span.IDX-priceField:before {
    content: "$ ";
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
    min-width: 768px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] .ui-widget-header {
    background-color: #D1D1D1;
}
.ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] #ui-dialog-title-BankRateTool-Dialog {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12pt;
}
.IDX-mortgageRatesRow > span {
    display: inline-block;
    width: 170px;
    margin-right: 5px;
}
.IDX-mortgageRatesRow > .IDX-mortgageLabel {
    text-align: right;
}
.IDX-mortgageRatesRow > select {
    width: 220px;
}
.IDX-mortgageRatesRow > input {
    width: 210px;
}
.IDX-mortgageRatesLogo {
    display: inline-block;
    position: absolute;
    width: 180px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
}
.IDX-mortgageRatesLogo img {
    float: left;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesEst {
    padding-bottom: 5px;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #51a351;
    text-align: center;
    margin: 0 auto;
    background-color: #5EBC5E;
    color: #fff;
}
.IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn:hover {
    background-color: #11AA11;
}
#IDX-mortgageShowAllRates {
    display: inline-block;
    text-align: center;
    background-color: #AFAFAF;
    height: 35px;
    color: #000;
    line-height: 35px;
}
#IDX-mortgageShowAllRates:hover {
    background-color: #E7E7E7;
}
#IDX-mortgageRatesResultInfo {
    text-align: center;
}
.IDX-bankRateRowContent p {
    line-height: 12pt;
    padding-bottom: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#IDX-searchBankRate {
    width: 230px;
    margin-left: 180px;
}
.IDX-bankRateRowContent {
    position: relative;
}
.IDX-mortgageRatesLogoInfo {
    display: inline-block;
    height: auto;
}
.IDX-mortgageRatesLogo {
    display: inline-block;
    position: absolute;
    width: 180px;
    text-align: center;
}
.IDX-mortgageRatesBankInfo {
    display: inline-block;
    margin-left: 200px;
    width: 200px
}
.IDX-mortgageRatesAdvertiser {
    margin: 0;
}
.IDX-mortgageRatesInfo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.IDX-mortgageRatesBottom {
    display: inline-block;
    position: absolute;
    top: 10px;
}
.IDX-mortgageRatesEst {
    margin: 0 0 5px 0;
}
.IDX-mortgageRatesEst small {
    display: block;
}
.IDX-mortgageRatesGoBtn {
    max-width: 80px;
}
#IDX-searchBankRate {
    width: 230px;
    margin-left: 180px;
}
#IDX-mortgageShowAllRates {
    width: 100%;
}

@media (max-width: 479px) {
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
        min-width: 100%;
    }
    .IDX-mortgageRatesRow > .IDX-mortgageLabel {
        width: 100%;
        text-align: center;
        display: block;
    }
    .IDX-mortgageLabel {
        font-size: 14pt;
        margin: 5px 0;
    }
    .IDX-mortgageRatesRow > .IDX-mortgageLabel:after {
        content: "";
    }
    .IDX-mortgageRatesRow > select,
    .IDX-mortgageRatesRow > input {
        width: 100%;
    }
    .IDX-mortgageRatesLogoInfo {
        position: relative;
        margin-bottom: 5px;
    }
    .IDX-mortgageRatesLogo img {
        height: 40px;
    }
    .IDX-mortgageRatesBankInfo {
        margin-left: 50%;
        width: 150px;
    }
    .IDX-mortgageRatesInfo p {
        width: 50%;
        display: inline-block;
        margin: 5px 0;
    }
    .IDX-mortgageRatesEst {
        text-align: center;
        color: #000EB9;
        font-size: 14pt;
    }
    .IDX-mortgageRatesLogoInfo {
        position: relative;
        display: block;
    }
    .IDX-mortgageRatesInfo {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    .IDX-mortgageRatesInfo p {
        width: 50%;
        display: inline-block;
        margin: 5px 0;
    }
    .IDX-mortgageRatesLogo {
        display: inline-block;
        position: absolute;
        width: 50%;
        text-align: center;
        top: 50%;
        height: 60px;
        margin-top: -30px;
    }
    .IDX-mortgageRatesBankInfo {
        margin-left: 50%;
    }
    .IDX-mortgageRatesBottom {
        position: relative;
        display: block;
    }
    .IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
        margin-top: 5px;
        width: 100%;
        max-width: none;
    }
    .IDX-mortgageRatesEst small {
        display: inline-block;
    }
    #IDX-searchBankRate {
        width: 100%;
        max-width: 450px;
        margin: 0;
    }
}

@media (min-width: 480px) {
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
        min-width: 450px;
        width: 450px;
        padding: 0;
    }
    .IDX-mortgageRatesRow > span {
        display: inline-block;
        width: 170px;
        margin-right: 5px;
    }
    .IDX-mortgageRatesRow > .IDX-mortgageLabel {
        text-align: right;
    }
    .IDX-mortgageRatesRow > select {
        width: 220px;
    }
    .IDX-mortgageRatesRow > .IDX-priceField {
        box-sizing: border-box;
        width: 220px;
        display: inline-block;
    }
    .IDX-mortgageRatesLogoInfo {
        position: relative;
        display: block;
    }
    .IDX-mortgageRatesInfo {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    .IDX-mortgageRatesInfo p {
        width: 50%;
        display: inline-block;
        margin: 5px 0;
    }
    .IDX-mortgageRatesLogo {
        display: inline-block;
        position: absolute;
        width: 50%;
        text-align: center;
        top: 50%;
        height: 60px;
        margin-top: -30px;
    }
    .IDX-mortgageRatesLogo img {
        height: 60px;
    }
    .IDX-mortgageRatesBankInfo {
        margin-left: 50%;
    }
    .IDX-mortgageRatesBottom {
        position: relative;
        display: block;
    }
    .IDX-mortgageRatesEst {
        text-align: center;
        color: #000EB9;
        font-size: 14pt;
    }
    .IDX-mortgageRatesEst small {
        display: inline-block;
    }
    .IDX-mortgageRatesBottom .IDX-mortgageRatesGoBtn {
        width: 100%;
        max-width: none;
    }
    #IDX-mortgageShowAllRates {
        width: 100%;
    }
    #IDX-searchBankRate {
        width: 100%;
        max-width: 480px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .ui-dialog[aria-labelledby="ui-dialog-title-IDX-BankRateTool-Dialog"] {
        min-width: 768px;
    }
    .IDX-bankRateRowContent {
        position: relative;
        min-height: 75px;
    }
    .IDX-mortgageRatesLogoInfo {
        display: inline-block;
    }
    #IDX-searchBankRate {
        width: 230px;
        margin-left: 180px;
    }
    .IDX-mortgageRatesLogo {
        display: inline-block;
        position: absolute;
        width: 180px;
        text-align: center;
        top: 50%;
        margin-top: -30px;
    }
    .IDX-mortgageRatesBankInfo {
        margin-left: 200px;
        width: 200px
    }
    .IDX-mortgageRatesAdvertiser {
        margin: 0;
    }
    .IDX-mortgageRatesInfo {
        display: inline-block;
        vertical-align: top;
        width: 200px;
    }
    .IDX-mortgageRatesBottom {
        position: absolute;
        right: 0;
        top: 10px;
    }
    .IDX-mortgageRatesEst {
        margin: 0 0 5px 0;
    }
    .IDX-mortgageRatesEst small {
        display: block;
    }
    .IDX-mortgageRatesGoBtn {
       max-width: 80px;
    }
}

.IDX-carouselThumb {
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
}

.IDX-carouselWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 65px;
}

.IDX-carouselNavWrapper {
    display: block;
    position: absolute;
    top: 8px;
    width: 30px;
    height: 65px;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
    background-color: #595959;
    color: #fff;            
    cursor: pointer;
}
.IDX-carouselNavWrapper.IDX-carouselLeft {
    left: 0;
}

.IDX-carouselNavWrapper.IDX-carouselRight {
    right: 0;
}

#featuredImage {
    margin: 0 auto;
}

.IDX-showcaseSlide-active {
    border: 1px solid #8CC63E;
}


/**** Custom Template CSS ****/

/**** Client CSS ****/